projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61611d5
)
* lisp/files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
author
Glenn Morris
<rgm@gnu.org>
Fri, 23 Aug 2013 17:09:09 +0000
(13:09 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 23 Aug 2013 17:09:09 +0000
(13:09 -0400)
lisp/ChangeLog
patch
|
blob
|
history
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 9fd3e687405a09f88b966a56fb549acf081abeee..f633f5f5de7fc72944ac37ac03257463a5296cf1 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2013-08-23 Glenn Morris <rgm@gnu.org>
+ * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
+
* files.el (create-file-buffer): Handle the vital case of a file
whose basename is all spaces. (Bug#15162)
diff --git
a/lisp/files.el
b/lisp/files.el
index 71dc968f160d52a6945a73d45616e157306de6ae..9adbca1036968002a9eb798d77386960d9891e7d 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2455,6
+2455,7
@@
and `magic-mode-alist', which determines modes based on file contents.")
("wishx" . tcl-mode)
("tcl" . tcl-mode)
("tclsh" . tcl-mode)
+ ("expect" . tcl-mode)
("scm" . scheme-mode)
("ash" . sh-mode)
("bash" . sh-mode)